From 86121619ed5369c56d8d59fd95584be9b2ea6f7e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 24 Apr 2004 20:57:48 +0000 Subject: [PATCH] (sh-leading-keywords) : Add "!". --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 5635a1b17f7..f47ca3a73d4 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -648,7 +648,7 @@ implemented as aliases. See `sh-feature'." (rc "else") - (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while")) + (sh "!" "do" "elif" "else" "if" "then" "trap" "type" "until" "while")) "*List of keywords that may be immediately followed by a builtin or keyword. Given some confusion between keywords and builtins depending on shell and system, the distinction here has been based on whether they influence the -- 2.30.2